home *** CD-ROM | disk | FTP | other *** search
/ Revolution - Das Atari CD Magazin 1997 / Revolution - Das Atari CD Magazin 1.iso / software / anwendng / qed_397 / sourcen / umbruch.h < prev    next >
C/C++ Source or Header  |  1995-12-09  |  220b  |  11 lines

  1. #ifndef _qed_umbruch_h_
  2. #define _qed_umbruch_h_
  3.  
  4. VOID    save_absatz    (TEXTP t_ptr);
  5. VOID    make_absatz    (TEXTP t_ptr);
  6. VOID    umbruch        (TEXTP t_ptr);
  7. VOID    format        (TEXTP t_ptr);
  8. VOID    total_format(TEXTP t_ptr);
  9.  
  10. #endif
  11.